home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Quarterly
/
The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso
/
pc
/
cafe
/
ultslots.dir
/
00272.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-10-06
|
346 b
|
15 lines
on mouseDown
puppetSprite(22, 1)
set the memberNum of sprite 22 to the number of member "SH2 DOWN.PICT"
updateStage()
end
on mouseUp
set the memberNum of sprite 22 to the number of member "SH2 UP.PICT"
if the memberNum of sprite 5 <> 0 then
set the movieTime of sprite 5 to 15894
end if
updateStage()
puppetSprite(22, 0)
end